Auto merge of #5357 - matklad:even-rust-has-format-string-bugs, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 16 Apr 2018 04:48:29 +0000 (04:48 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Apr 2018 04:48:29 +0000 (04:48 +0000)
commit43872ace5d78f064447259a02d495914a1fb45a7
tree1fcb52f528dde06147a47a2fe2ca285de19a2115
parent74e658ca7849e6d91c185f6810b99cfe71e5f169
parent6f7c37b10b8e703a7e1fefd41dbf6185d2146e55
Auto merge of #5357 - matklad:even-rust-has-format-string-bugs, r=alexcrichton

Correctly print fractional part of a second

So my experiments with `rustc -vV` caching bring no-op build times to around 50ms, and this actually exposes a bug in our time-printing code :-)